func time.now

3 uses

	time (current package)
		time.go#L1140: func now() (sec int64, nsec int32, mono int64)
		time.go#L1160: 	sec, nsec, mono := now()
		zoneinfo_read.go#L323: 	sec, _, _ := now()